home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 26
/
macformat_26.iso
/
Los 50 mejores
/
Mejoras del sistema
/
Smart Scroll
/
for Developers
/
SmartScrollAPI.h
< prev
next >
Wrap
Text File
|
1996-09-27
|
819b
|
37 lines
/*
File: SmartScrollAPI.h
Contains: Smart Scroll Application Programming Interface
Version: 1.2
Copyright: © 1996 by Marc Moini, portions by Marc Menschenfreund,
Alessandro Levi Montalcini and Mark Shirley (Thanks!)
All rights reserved.
Bugs?: If you find a problem with this file, please email Marc@Kagi.com
*/
#ifndef __TYPES__
#include <Types.h>
#endif
#ifndef __CONTROLS__
#include <Controls.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
extern pascal void SetSmartScrollInfo (ControlRef theScrollBar, long amountVisible , long amountTotal);
extern pascal void SetSmartScrollProp (ControlHandle theScrollBar, Fract proportion);
extern pascal Fract GetSmartScrollProp (ControlHandle theScrollBar);
extern pascal void DisposeAllSmartScrolls (void);
#ifdef __cplusplus
}
#endif